home *** CD-ROM | disk | FTP | other *** search
- if drty = 1 then DRIVENAME= '8" Floppy'
- if drty = 2 then DRIVENAME= '5.25" Floppy'
- if drty = 3 then DRIVENAME= '3.5" Floppy'
- if drty = 4 then DRIVENAME= '3.5" HD Floppy'
- if drty = 5 then DRIVENAME= 'Miniscribe HD'
- if drty = 6 then DRIVENAME= 'Seagate HD'
- if drty = 7 then DRIVENAME= 'Quantum HD'
-
- if ttyp = 1 then tnm = 'Dumb Term'
- if ttyp = 2 then tnm = 'SkyTerm'
- if ttyp = 3 then tnm = 'ProComm'
- if ttyp = 4 then tnm = 'JRComm'
- if ttyp = 5 then tnm = 'HackerTerm'
- if ttyp = 6 then tnm = 'CrackerComm'
- if ttyp = 7 then tnm = 'HackerTerm2.0'
- if ttyp = 8 then tnm = 'CrackerComm2.0'
- if ttyp = 9 then tnm = 'KillTerm'
- if ttyp = 10 then tnm = 'SysOps Term'
- if xrp < 10000 then do;LEVEL = 1;LEVNAME = 'Beginner';end
- if xrp >= 10000 then do;LEVEL = 2;LEVNAME = 'Novice Pirate';end
- if xrp >= 20000 then do;LEVEL = 3;LEVNAME = 'Pirate';end
- if xrp >= 40000 then do;LEVEL = 4;LEVNAME = 'Novice Hacker';end
- if xrp >= 60000 then do;LEVEL = 5;LEVNAME = 'Phreaker';end
- if xrp >= 100000 then do;LEVEL = 6;LEVNAME = 'Cracker';end
- if xrp >= 100000 then do;LEVEL = 7;LEVNAME = 'Hacker';end
- if xrp >= 200000 then do;LEVEL = 8;LEVNAME = 'Master Hacker';end
- if xrp >= 300000 then do;LEVEL = 9;LEVNAME = 'Hacking Wizard';end
- if xrp >= 400000 then do;LEVEL = 10;LEVNAME = 'Master Cracker';end
- if xrp >= 500000 then do;LEVEL = 11;LEVNAME = 'Cracking Wizard';end
- if xrp>= 600000 then do;LEVEL = 12;LEVNAME = 'Owner of Hacking Group';end
- if xrp >= 800000 then do;LEVEL = 13;LEVNAME = 'Owner of Cracking Group';end
- if xrp >= 1000000 then do;LEVEL = 14;LEVNAME = 'FBI Most wanted list';end
- if xrp >= 1200000 then do;LEVEL = 15;LEVNAME = 'Star of 'Americas most wanted'';end
- if xrp >= 1500000 then do;LEVEL = 16;LEVNAME = 'President of the HAA';end
- boom = 1
-
-